From: Richard M. Stallman Date: Mon, 29 Dec 2003 21:24:48 +0000 (+0000) Subject: (Minibuffer Misc): Add set-minibuffer-window. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24647 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4d8fe3a14a5fb158dd663373d67cfdd8c4985d9b;p=emacs.git (Minibuffer Misc): Add set-minibuffer-window. --- diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index 114942ed787..473859ccd6c 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi @@ -1645,6 +1645,14 @@ frame---a frame that has no minibuffer of its own necessarily uses some other frame's minibuffer window. @end defun +@defun set-minibuffer-window window +This function specifies @var{window} as the minibuffer window to use. +This affects where the minibuffer is displayed if you put text in it +without invoking the usual minibuffer commands. It has no effect on +the usual minibuffer input functions because they all start by +choosing the minibuffer window according to the current frame. +@end defun + @c Emacs 19 feature @defun window-minibuffer-p window This function returns non-@code{nil} if @var{window} is a minibuffer window.